projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae34cba
)
Fix typo.
author
Chong Yidong
<cyd@stupidchicken.com>
Thu, 24 Nov 2005 21:11:42 +0000
(21:11 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Thu, 24 Nov 2005 21:11:42 +0000
(21:11 +0000)
lisp/hi-lock.el
patch
|
blob
|
history
diff --git
a/lisp/hi-lock.el
b/lisp/hi-lock.el
index c477b6d85a20b0e4e1446acce9fe0f25f4aac4cd..91c654b86e1c5468fac5d5f8ddd3e8ccece73e7f 100644
(file)
--- a/
lisp/hi-lock.el
+++ b/
lisp/hi-lock.el
@@
-304,7
+304,7
@@
is found. A mode is excluded if it's in the list `hi-lock-exclude-modes'."
;;;###autoload
(define-global-minor-mode hi-lock-mode
hi-lock-buffer-mode turn-on-hi-lock-if-enabled
- :group 'hi-lock
-interactive-text-highlighting
)
+ :group 'hi-lock)
(defun turn-on-hi-lock-if-enabled ()
(unless (memq major-mode hi-lock-exclude-modes)